public void FillADONetDataSet(
CompositeInstanceDataSet instanceDataSet,
DicomDataSet dicomDataSet,
string referencedFileName,
string retrieveAe,
string storeAe,
ReferencedImages[] images,
bool updateExistentPatient,
bool updateExistentStudy,
bool updateExistentSeries,
bool updateExistentInstances
)
public:
void FillADONetDataSet(
CompositeInstanceDataSet^ instanceDataSet,
DicomDataSet^ dicomDataSet,
String^ referencedFileName,
String^ retrieveAe,
String^ storeAe,
array<ReferencedImages^>^ images,
bool updateExistentPatient,
bool updateExistentStudy,
bool updateExistentSeries,
bool updateExistentInstances
)
instanceDataSet
The CompositeInstanceDataSet which will contains the information from the dicomDataSet
dicomDataSet
The Leadtools.Dicom.DicomDataSet to convert.
referencedFileName
The path for the Leadtools.Dicom.DicomDataSet.
retrieveAe
The AE Title System.String for the server used to retrieve the dicomDataSet.
storeAe
The AE Title System.String of the SCU that sent the original C-Store-REQ dicomDataSet.
images
The ReferencedImages generated from the dicomDataSet.
updateExistentPatient
true to update the patient information in the given instanceDataSet if the given dicomDataSet has different values.
updateExistentStudy
true to update the study information in the given instanceDataSet if the given dicomDataSet has different values.
updateExistentSeries
true to update the series information in the given instanceDataSet if the given dicomDataSet has different values.
updateExistentInstances
true to update the instance information in the given instanceDataSet if the given dicomDataSet has different values.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document